We are migrating the bug tracker to github Issues. This is now the preferred way to report NASM bugs.

Self-registration is disabled due to spam issue (mail gorcunov@gmail.com or hpa@zytor.com to create an account)

Bug 3392663 - Enhancement request: Warning for trailing backslash line continuation in comments
Summary: Enhancement request: Warning for trailing backslash line continuation in comm...
Status: OPEN
Alias: None
Product: NASM
Classification: Unclassified
Component: Assembler (show other bugs)
Version: unspecified
Hardware: All All
: Medium new functionality request
Assignee: nobody
URL:
Depends on:
Blocks:
 
Reported: 2020-05-11 14:11 PDT by E. C. Masloch
Modified: 2020-05-11 14:11 PDT (History)
4 users (show)

Obtained from: Other (please explain)
Generated by: ---
Bug category:
Observed for: ---
Regression: ---
Regression since:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description E. C. Masloch 2020-05-11 14:11:56 PDT
I propose adding a warning, default on, for when a line ends in a backslash that indicates line continuation, but the line is already in comment-until-end-of-line mode. This has cropped up occasionally in my own work and on stackoverflow.com and generally, if not always, indicates a user error and is not intended.